home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / Dup.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  4KB  |  48 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="Dup">
  4.   <description />
  5.   <filters>
  6.     <filter name="Dup" category="Misc Plugins" helpfile="dup" type="clip">
  7.       <description>This is intended for use in clips that have a significant number of duplicate content frames, but which differ due to noise. Typically anime has many such duplicates. By replacing noisy duplicates with exact duplicates, a bitrate reduction can be achieved.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="threshold" type="float" default="3.0" max="100" min="0" step="0" optional="True" paramList="False">
  18.           <description>This parameter defines the percentage change in  the most different 32x32-pixel window that is enough to declare a frame a duplicate. The way to think about it is that if the threshold is (say) 7%, then if any 32x32 pixel area changes by 7% or more, it is not a duplicate, otherwise it is.</description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="chroma" type="bool" default="true" max="0" min="0" step="0" optional="True" paramList="False">
  22.           <description>Set chroma=false to exclude chroma from the frame differencing.</description>
  23.           <items />
  24.         </parameter>
  25.         <parameter name="show" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  26.           <description>When set to true, information is overlayed onto the upper left of the frame....</description>
  27.           <items />
  28.         </parameter>
  29.         <parameter name="copy" type="bool" default="true" max="0" min="0" step="0" optional="True" paramList="False">
  30.           <description>If this option is set to true, declared duplicates will be replaced with a single copy. If there is a string of duplicates,  the last frame in the string is used for all copies...  (If blend=true the copy frame will be generated by blending  together all the duplicates in the string).</description>
  31.           <items />
  32.         </parameter>
  33.         <parameter name="max_copies" type="int" default="20" max="20" min="1" step="0" optional="True" paramList="False">
  34.           <description>Determines the maximum number of copies that can be emitted due to duplicate declaration..... (1-20, default 20).</description>
  35.           <items />
  36.         </parameter>
  37.         <parameter name="blend" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  38.           <description>If this option is set to true, the copy behavior will be modified such that instead of using the last frame in the string of duplicates, a frame will be created and  used from a blend of all the duplicates in the string.   This is useful for noise reduction....   This option requires copy=true.</description>
  39.           <items />
  40.         </parameter>
  41.         <parameter name="debug" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  42.           <description>This parameter enables debug output to the DebugView utility.</description>
  43.           <items />
  44.         </parameter>
  45.       </parameters>
  46.     </filter>
  47.   </filters>
  48. </plugin>